From: Kurt Kremitzki Date: Sat, 2 Mar 2024 10:13:48 +0000 (+0000) Subject: This patch replaces Cloudflare mathjax with libjs-mathjax. X-Git-Tag: archive/raspbian/7.8.1+dfsg1-2+rpi1^2^2~11 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=5c7ef3256b2c30437082f8ca292409444447e79e;p=opencascade.git This patch replaces Cloudflare mathjax with libjs-mathjax. Last-Update: 2018-03-06 Gbp-Pq: Name remove-cloudflare-mathjax.diff --- diff --git a/dox/CMakeLists.txt b/dox/CMakeLists.txt index 48a955241..1ff4cd40e 100644 --- a/dox/CMakeLists.txt +++ b/dox/CMakeLists.txt @@ -35,7 +35,7 @@ endif() # configuration file for doxygen set (OCCT_CONFIG_FOR_DOXYGEN "${OCCT_GENERATED_DOC_DIR}/occt.cfg") -set (3RDPARTY_MATHJAX_RELATIVE_PATH "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1") +set (3RDPARTY_MATHJAX_RELATIVE_PATH "/usr/share/javascript/mathjax/MathJax.js") configure_file ("${OCCT_OVERVIEW_RESOURCE_DIR}/occt_ug_html.doxyfile" "${OCCT_CONFIG_FOR_DOXYGEN}" COPYONLY)